home *** CD-ROM | disk | FTP | other *** search
- on pushbutton2
- global ga, cno
- repeat while stillDown()
- if rollOver(clickOn()) then
- case ga of
- "L":
- set cname to "scrll"
- set the memberNum of sprite 26 to 42
- testl()
- "D":
- set cname to "scrld"
- set the memberNum of sprite 26 to 43
- testd()
- "R":
- set cname to "scrlr"
- set the memberNum of sprite 26 to 44
- testr()
- "U":
- set cname to "scrlu"
- set the memberNum of sprite 26 to 45
- testu()
- end case
- else
- set the memberNum of sprite 26 to 37
- end if
- updateStage()
- end repeat
- end
-